home *** CD-ROM | disk | FTP | other *** search
- object MouseForm: TMouseForm
- Left = 448
- Top = 10
- BorderStyle = bsNone
- Caption = 'MouseForm'
- ClientHeight = 45
- ClientWidth = 115
- Font.Color = clBtnText
- Font.Height = -12
- Font.Name = 'Arial'
- Font.Style = []
- FormStyle = fsStayOnTop
- Scaled = False
- OnActivate = FormActivate
- PixelsPerInch = 96
- TextHeight = 15
- object MainPanel: TPanel
- Left = 0
- Top = 0
- Width = 115
- Height = 45
- Align = alClient
- BorderWidth = 3
- TabOrder = 0
- object TitleBar: TPanel
- Left = 4
- Top = 4
- Width = 107
- Height = 18
- Align = alTop
- BevelOuter = bvNone
- Caption = 'Mouse Position'
- Color = clActiveCaption
- Font.Color = clCaptionText
- Font.Height = -12
- Font.Name = 'Arial'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 0
- OnMouseDown = TitleBarMouseDown
- OnMouseMove = TitleBarMouseMove
- OnMouseUp = TitleBarMouseUp
- end
- object Panel1: TPanel
- Left = 4
- Top = 22
- Width = 107
- Height = 19
- Align = alClient
- BevelOuter = bvNone
- Caption = 'x'
- Font.Color = clBtnText
- Font.Height = -12
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- TabOrder = 1
- object XPos: TPanel
- Left = 0
- Top = 0
- Width = 45
- Height = 19
- Align = alLeft
- Alignment = taRightJustify
- BevelOuter = bvNone
- Caption = '0'
- Font.Color = clBtnText
- Font.Height = -12
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- TabOrder = 0
- end
- object YPos: TPanel
- Left = 62
- Top = 0
- Width = 45
- Height = 19
- Align = alRight
- Alignment = taLeftJustify
- BevelOuter = bvNone
- Caption = '0'
- TabOrder = 1
- end
- end
- end
- end
-